home
***
CD-ROM
|
disk
|
other
***
search
/
SGI Hot Mix 8
/
Hot Mix 8.iso
/
.all
/
demos
/
ICS
/
builder
/
collections
/
XiMultiList.col
(
.txt
)
< prev
next >
Wrap
Text File
|
1994-06-22
|
251b
|
18 lines
module BX
version = 'V1.0'
names = case_sensitive
object userWidget : XiMultiList {
arguments {
XmNx = 0;
XmNy = 0;
XmNwidth = 20;
XmNheight = 20;
};
controls {
};
callbacks {
};
};
end module;